home *** CD-ROM | disk | FTP | other *** search
- # Inter Access Illinois
- #
- # Login.cmd
- #
- # Plug n' Play Release 3.1 for Windows
- #
- # initialize modem
- output ATZ\13
- input 10 OK\n
- #
- # send phone number
- #
- output atdt 1-708-498-3885\13
- #
- # Wait for the username prompt
- input 45 login:
- repeat
- output plarry\13
- input 10 Password:
- password Enter your password
- output \p\13
- until [input 8 beginning]
- #